Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.action.IToolBarManager

Packages that use IToolBarManager
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.views.markers   
 

Uses of IToolBarManager in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IToolBarManager
protected abstract  void AbstractDebugView.configureToolBar(IToolBarManager tbm)
          Subclasses implement this menu to contribute actions to the toolbar.
 

Uses of IToolBarManager in org.eclipse.jface.action
 

Classes in org.eclipse.jface.action that implement IToolBarManager
 class SubToolBarManager
          A SubToolBarManager monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
 class ToolBarManager
          A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
 

Methods in org.eclipse.jface.action that return IToolBarManager
 IToolBarManager ToolBarContributionItem.getToolBarManager()
          Returns the internal tool bar manager of the contribution item.
protected  IToolBarManager SubToolBarManager.getParentToolBarManager()
          Returns the parent toolbar manager that this sub-manager contributes to.
 

Methods in org.eclipse.jface.action with parameters of type IToolBarManager
 void SubCoolBarManager.add(IToolBarManager toolBarManager)
           
 void ICoolBarManager.add(IToolBarManager toolBarManager)
          A convenience method to add a tool bar as a contribution item to this cool bar manager.
 void CoolBarManager.add(IToolBarManager toolBarManager)
           
 

Constructors in org.eclipse.jface.action with parameters of type IToolBarManager
ToolBarContributionItem(IToolBarManager toolBarManager, String id)
          Creates a tool bar contribution item.
ToolBarContributionItem(IToolBarManager toolBarManager)
          Convenience method equivalent to ToolBarContributionItem(toolBarManager, null).
SubToolBarManager(IToolBarManager mgr)
          Constructs a new manager.
 

Uses of IToolBarManager in org.eclipse.team.ui.synchronize.actions
 

Methods in org.eclipse.team.ui.synchronize.actions with parameters of type IToolBarManager
 void DirectionFilterActionGroup.fillToolBar(IToolBarManager toolBar)
           
 

Uses of IToolBarManager in org.eclipse.ui
 

Methods in org.eclipse.ui that return IToolBarManager
 IToolBarManager SubActionBars.getToolBarManager()
          Returns the tool bar manager.
 IToolBarManager IActionBars.getToolBarManager()
          Returns the tool bar manager.
 

Methods in org.eclipse.ui with parameters of type IToolBarManager
protected  SubToolBarManager SubActionBars.createSubToolBarManager(IToolBarManager parent)
          Returns a new sub toolbar manager.
 

Uses of IToolBarManager in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type IToolBarManager
 void Page.makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)
           
 void EditorActionBarContributor.contributeToToolBar(IToolBarManager toolBarManager)
          Contributes to the given tool bar.
 void DrillDownAdapter.addNavigationActions(IToolBarManager toolBar)
          Adds actions for "go back", "go home", and "go into" to a tool bar manager.
 

Uses of IToolBarManager in org.eclipse.ui.views.markers
 

Methods in org.eclipse.ui.views.markers with parameters of type IToolBarManager
protected  void TaskView.initToolBar(IToolBarManager toolBarManager)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.